overloading constructors c#

55

overloading constructors c# -

Let the class name is gfg,
Now
public gfg()
public gfg(int a) : this()
public gfg(double b) : this(int)

Comments

Submit
0 Comments